pip uninstall all packages

48

pip3 uninstall all -

pip3 freeze | xargs pip3 uninstall -y

pip uninstall all packages -

pip uninstall -y -r <(pip freeze)

remove all installed by pip -

pip uninstall -y -r <(pip freeze)

Comments

Submit
0 Comments